home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / jerome.zip / JMENU.HLP (.txt) < prev    next >
Help Librarian Help File  |  1990-11-14  |  9KB  |  125 lines

  1. C-Worthy (R) Help Librarian Data File Version 1.0
  2. COPYRIGHT (C) 1985 - 1989.  All Rights Reserved.
  3. Custom Design Systems, Inc.  Orem, Utah  USA.
  4.  Menu options may be highlighted by using the arrow keys, by key
  5.  search, or by MOUSE.  The menu list is automatically sorted, and
  6.  always appears in alphabetical order. (ASCII order).    
  7.      Press ENTER to select the highlighed menu option.
  8.      
  9.      Press INSERT to add a new menu option.
  10.      
  11.      Press F3 to modify the highlighed menu option. 
  12.      Press DELETE to remove the highlighted menu option.
  13.      The following help screen explains advanced features.
  14.  JeromeMenu; (C) Copyright 1990, Adam B. Jerome.  All rights reserved.
  15.                    1024 E. 560 N. Provo, UT 84606i
  16. Command line swiches:
  17.      -S             Setup mode.  Use to change menu title, (header).
  18.      -F{path/file}  Alternate menu file.  
  19.                     
  20.                     If used strictly under DOS, JeromeMenu will use
  21.                     JMENU.DAT in the current directory to store menu
  22.                     information, (ie, Menu title, Menu options, option
  23.                     BATCH files.)
  24.                     If used while logged-on to a NOVELL fileserver,
  25.                     JeromeMenu will use the user's SYS:MAIL/{USER_ID}
  26.                     directory to store the JMENU.DAT file.
  27.                     Use the -F parameter to indicate the name and
  28.                     location of another JMENU.DAT type file.
  29. Command Line Switch Examples:
  30.    JM                            Standard method of executing JeromeMenu.
  31.      
  32.    JM -S                         Change menu title, (or header), text.
  33.    JM -Fz:\public\jmenu.dat      Use/Create alternate JeromeMenu data
  34.                                  file.  (JeromeMenu will attempt to 
  35.                                  create the data file if it does not
  36.                                  already exist.)
  37.    JM -S -Fz:\public\jmenu.dat   Same as above plus change menu title.
  38. JeromeMenu creates a batch file called JMENU$$$.BAT.  It is usually created in the current working directory, or the directory in which the JM command was issued.  If there is a possability that more than one user will be executing JM concurrently, in the same directory, there is a high probability that JMENU$$$.BAT will become corrupt.
  39. It is possable to designate a directory in which JeromeMenu will create JMENU$$$.BAT.  JeromeMenu checks for the existance of a DOS environmental variable called JMPATH.  To have JeromeMenu create it's JMENU$$$.BAT file in the directory C:\TEMP, put the following command in your AUTOEXEC.BAT:
  40.      SET JMPATH=C:\TEMP\
  41.      
  42.      Use this screen to create/edit a DOS-like batch file.  The batch
  43.      file will be executed when this menu option is selected.  You can
  44.      use the following keys to edit the batch file:  Arrow keys,
  45.      PageUp, PageDown, SpecialUp, SpecialDown, SpecialRight,
  46.      SpecialLeft, FieldRight(WordRight), FieldLeft(WordLeft), Delete,
  47.      Backspace, Cancel.
  48.      Press <Escape> when you are finished.
  49.      For a description of what key to use on your machine, press HELP
  50.      (F1) a second time.
  51.      To delete a block of text, press MARK (F5), use the arrow keys to
  52.      highlight the text, and press <Delete>.  To move text, delete it,
  53.      position the cursor where you want to insert the text, and press
  54.      <Insert>.N
  55. Each batch file command must be written on it's own line.  Consult your DOS Reference manual for more information on batch files.
  56. DOS batch file commands:
  57.      CALL      ECHO      FOR       GOTO      IF        PAUSE     REM
  58.      SHIFT
  59. DOS commands:
  60.      APPEND    ASSIGN    ATTRIB    BREAK     CHCP      CHDIR     CHKDSK
  61.      CLS       COMMAND   COMP      COPY      CTTY      DATE      DEL
  62.      DIR       DISKCOMP  DISKCOPY  ERASE     EXIT      FASTOPEN  FDISK
  63.      FIND      FORMAT    GRAFTABL  GRAPHICS  JOIN      KEYB      LABEL
  64.      MKDIR     MODE      MORE      NLSFUNC   PATH      PRINT     PROMPT
  65.      RECOVER   RENAME    REPLACE   RESTORE   RMDIR     SELECT    SET
  66.      SHARE     SORT      SUBST     SYS       TIME      TREE      TYPE
  67.      VER       VERIFY    VOL       XCOPY
  68. (R) Netware (386) DOS programs:
  69.    ALLOW     ATOTAL    ATTACH    BINDFIX   BINDREST  CAPTURE   CASTOFF
  70.    CASTON    CHKDIR    CHKVOL    COLORPAL  DSPACE    ENDCAP    FCONSOLE
  71.    FILER     FLAG      FLAGDIR   GRANT     HELP      LISTDIR   LOGIN
  72.    LOGOUT    MAKEUSER  MAP       MENU      NBACKUP   NCOPY     NDIR
  73.    NPRINT    NVER      PAUDIT    PCONSOLE  PRINTCON  PRINTDEF  PSC
  74.    PSERVER   PURGE     REMOVE    RENDIR    REVOKE    RIGHTS    RPRINTER
  75.    SALVAGE   SECURITY  SEND      SERVER    SESSION   SETPASS   SETTTS
  76.    SLIST     SMODE     SYSCON    SYSTIME   TLIST     USERDEF   USERLIST
  77.    VERSION   VOLINFO   WHOAMI
  78. (R) Jerome Utilities programs:
  79.    ATTACHED  ASK       AVAIL     BINDERY   COLDBOOT  DO        JEDIT
  80.    JM        MEMBER    MESSAGE   MSGCON    SSLOTS    TRACK     TIMECOMP
  81.    USERINFO  WARMBOOTi
  82.      Identifiers are predefined symbols recognized by JeromeMenu
  83.      and DOS. They represent textual information that is variable.
  84.      For example, the identifier DAY_OF_WEEK represents the literal
  85.      string "Monday," "Tuesday," or whatever the current day is.
  86.      Identifiers may be displayed (see ECHO command) or may be
  87.      used in comparisons (see IF command).
  88.      Identifiers preceded by a percent (%) sign will be replaced
  89.      by their corresponding text value upon batch file execution.
  90.      They may appear anywhere in the batch file, like command-line
  91.      aprameters.  Notice that identifiers must be in all capitals.
  92.      See the following screen for a list of identifiers.F
  93. JeromeMenu:
  94.   Identifier     Text Value                Identifier     Text Value
  95.   --------------------------------------   ----------------------------------
  96.   AM_PM          am or pm                  GREETING_TIME  Morning, Evening...
  97.   HOUR           1 to 12                   HOUR24         00 to 23       
  98.   MINUTE         00 to 59                  SECOND         00 to 59
  99.   DAY            01 to 31                  INPUT(prompt)  User input   
  100.   DAY_OF_WEEK    Monday, Tuesday...        N_DAY_OF_WEEK  1 to 7 (1=Monday)
  101.   MONTH          01 to 12                  MONTH_NAME     June, May, etc
  102.   YEAR           1983, 2016, etc           SHORT_YEAR     83, 16, etc
  103.   Identifier     Text Value                Identifier     Special Value
  104.   --------------------------------------   ----------------------------------
  105.   %PATH%         C:\DOS...                 EXIST file     LOGICAL T/F
  106.   %COMSPEC%      C:\COMMAND.COM            ERRORLEVEL n   LOGICAL T/Fo
  107. JeromeMenu (Netware):
  108.  Identifier  Text Value                Identifier  Text Value
  109.  -----------------------------------   ----------------------------------
  110.  LOGIN_NAME  User's login name         FULL_NAME   User's Full Name
  111.  STATION     Logical Station #         P_STATION   Physical Station #
  112.  OS          MSDOS                     OS_VERSION  V2.11 or V3.00
  113.  MACHINE     IBM PC, Victor9000, etc   SMACHINE    Short machine name
  114.  MEMBER_OF() Yes, No, Error            NEW_MAIL    Yes, No
  115.  USER_ID     User's mail & Bindry ID#
  116. Cautions:
  117. When an option is selected, JeromeMenu creates a batch file called JMENU$$$.BAT, and executes it.  The last commands in batch file contain information used to restart JeromeMenu.  If the batch file execution is interrupted, either by a user issued CTRL-BREAK, or an attempt to execute a batch file from within the JMENU$$$.BAT, it may not be possable to automatically return to JeromeMenu.  
  118. If a batch file must be executed from within JMENU$$$.BAT, the batch file should be CALLED rather than executed directly. For example, assume a batch file script wishes to execute MYBATCH.BAT:
  119.      MYBATCH.BAT              (Wrong way!)
  120.      CALL MYBATCH.BAT         (Right way.)
  121. Enter the line of text that you wish to appear on the menu list here.
  122. If your Netware supervisor has created default options, you may press
  123. the <Insert> key to select a pre-defined option. 
  124. You have pressed the <Insert> key.  This option allows you to define a new menu option.  First, indicate the name of the menu option, then create a JeromeMenu batch file.
  125.